Std ViewRotateLeft/ro

Std ViewRotateLeft

Menu location
View → Standard views → Rotate Left
Workbenches
All
Default shortcut
Shift+Left
Introduced in version
-
See also
Std ViewRotateRight

Rezumat

De completat

Usage

  • Press Shift + Left or go to View → Standard views → Rotate Left.

Scripting

See also: Autogenerated API documentation and FreeCAD Scripting Basics.

Use the viewRotateLeft method of the View object to rotate the view to the left. The viewRotateRight method is also available.

import FreeCADGui

view = FreeCADGui.ActiveDocument.ActiveView
view.viewRotateLeft()